home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / harry_po.swf / scripts / DefineButton2_1026 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2010-08-12  |  229 b   |  9 lines

  1. on(rollOver){
  2.    textClip_mc.bubble_txt.text = gameMC.text5;
  3.    if(textClip_mc.bubble_txt.bottomScroll < 4)
  4.    {
  5.       textClip_mc.bubble_txt.text = "\r" + textClip_mc.bubble_txt.text;
  6.    }
  7.    textClip_mc._visible = 1;
  8. }
  9.